Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/133 - Coin Toss Game/

README.md /cody/swapnilsparsh/30DaysOfJavaScript/133 - Coin Toss Game/README.md
258 Views
0 Comments
# Coin-Toss-Game
index.css /cody/swapnilsparsh/30DaysOfJavaScript/133 - Coin Toss Game/index.css
113 Views
0 Comments
body{
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
overflow-x: hidden;
overflow-y: hidden;
fon
index.html /cody/swapnilsparsh/30DaysOfJavaScript/133 - Coin Toss Game/index.html
396 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

index.js /cody/swapnilsparsh/30DaysOfJavaScript/133 - Coin Toss Game/index.js
190 Views
0 Comments
//Variables
let player_score=0;
let Computer_score=0;
const btn = document.getElementById('head');
const score = document.getEle